Auto merge of #1837 - alexcrichton:travis-parallel, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 27 Jul 2015 17:38:01 +0000 (17:38 +0000)
committerbors <bors@rust-lang.org>
Mon, 27 Jul 2015 17:38:01 +0000 (17:38 +0000)
commit7889f0a79a7edfe924d7d45c4166272d67459e19
treedd5f54d6e4a6183233d5a80b355da62f9fc4762c
parent1ce0146d40082744cfe942978320ad99c292a6e8
parentb85dd3e63168897cd727cbdf04768b21d23f8db6
Auto merge of #1837 - alexcrichton:travis-parallel, r=alexcrichton

This was previously set as travis would frequently fail to spawn a new process
due to resource limits being hit, but now that we're using `sudo: false` it's
looking like that infrastructure is more robust and we may be able to run tests
in parallel.